| Einhugur OpenDocument Text Plugin for Xojo |
|
Table.AutoStyle Property
Returns object for automatic styling for the Table.
Remarks
If the Table is linked to non automatic style then the Automatic style object will read from it. And if writing to it then a automatic style will automatically be created under the hood.
The AutomaticStyle property has aggressive caching under the hood so you do not need to fetch the object into variable and then use it many times.
See Also
Table Class